-
Notifications
You must be signed in to change notification settings - Fork 4
chore: update dependencies #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
ae28abd
to
1652d14
Compare
1652d14
to
aedc14a
Compare
aedc14a
to
e7890a0
Compare
e7890a0
to
5f3f26e
Compare
5f3f26e
to
930b4e6
Compare
930b4e6
to
eba83c5
Compare
20df3cb
to
8d0555f
Compare
8d0555f
to
7374899
Compare
|
0979167
to
2c60ec0
Compare
0bbce38
to
5ab169b
Compare
b3728cd
to
20afec1
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
20afec1
to
0401559
Compare
Update Request | Renovate Bot
This PR contains the following updates:
v9.1.0
->v10.1.0
v0.22.0
->v0.26.1
v0.5.0
->v0.6.0
v1.11.0-beta.2
->v1.11.2
v1.9.1
->v1.10.1
v1.20.1
->v1.21.0
v1.74.2
->v1.75.1
v0.32.3
->v0.34.1
v0.32.3
->v0.34.1
v0.32.3
->v0.34.1
v1.10.4
->v1.11.1
v0.20.4
->v0.22.1
Release Notes
actions/stale (actions/stale)
v10.1.0
Compare Source
What's Changed
only-issue-types
option to filter issues by type by @Bibo-Joshi in #1255New Contributors
Full Changelog: actions/stale@v10...v10.1.0
v10.0.0
Compare Source
What's Changed
Breaking Changes
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release Notes
Enhancement
Dependency Upgrades
Documentation changes
New Contributors
Full Changelog: actions/stale@v9...v10.0.0
google/cel-go (github.com/google/cel-go)
v0.26.1
Compare Source
What's Changed
proto.Message
by @srikrsna in #1207New Contributors
Full Changelog: google/cel-go@v0.25.1...v0.26.1
v0.26.0
Compare Source
New Features ✨
Bug Fixes 🐛
Test Updates 🧪
Documentation 📚
Dependency Updates ⬆️
v0.25.1
Compare Source
v0.25.0
Compare Source
Features & Enhancements
This release introduces features for richer configuration-based CEL, AI prompt generation from config files, additional documentation, and 3x performance when evaluating traced / state-tracking expressions. This release also introduces a unit test runner framwork.
#1141: Expose extension option factory as a public method
#1143: Add a new compiler tool which can be used to compile CEL expressions and policies using serialized environment
#1151: Lightweight observable evaluation
#1155: Utilities for formatting and parsing documentation strings
#1156: Support for documentation and example strings in CEL environments
#1158: Re-export interpreter.AttributePattern in package cel.
#1159: Document the standard library macros and functions
#1160: Prompt generation for AI-assisted authoring based on a CEL environment
#1117: Add LateFunctionBinding declaration and fix constant folding
#1163: Initialize stateful observers prior to evaluation
#1164: Unparse Expr values to strings
#1149: Add test runner library
#1167: REPL: Add an extension option for two var comprehensions
Fixes
Several fixes were implemented, including updating strings.format to better adhere to the specification, correcting constant folding logic alongside the late binding feature, removing a non-functional check in test code, and adding argument count validation for optFieldSelect.
#1133: Update strings.format to adhere to the specification
#1117: Add LateFunctionBinding declaration and fix constant folding
#1161: Remove non-functional optional check in test-only selection
#1168: Check arg count when validating optFieldSelect
Refactoring & Internal Improvements
General refactoring was performed across the codebase. Coverage and comments for Activation methods were improved. The test runner library was refactored to create options from flags and improve code structure.
#1145: Refactoring changes
#1150: Additional comments and coverage for Activation methods
#1165: Refactoring changes to create a test runner option from passed flags, correct indentation and add package level comment for test
Documentation
Documentation was enhanced, including updates to the NativeTypes documentation regarding the cel tag, adding documentation for the optional library, and documenting the standard library functions/macros as part of the documentation string feature.
#1148: Update NativeTypes doc to reflect how to enable cel tag
#1155: Utilities for formatting and parsing documentation strings
#1156: Support for documentation and example strings in CEL environments
#1159: Document the standard library macros and functions
#1162: Document optional library and increase docs coverage
Build System
Configuration fixes were made for Bzlmod compatibility.
#1146: Bzlmod configuration fixes
Type System
Type formatting was updated to correctly handle type parameters.
#1154: Update type formatting for type params
v0.24.1
Compare Source
Fixes
Full Changelog: google/cel-go@v0.24.0...v0.24.1
v0.24.0
Compare Source
Support for subsetting CEL standard library and serialization of CEL environments to YAML.
CEL is an official Google product [#1122]
Features
Fixes
New Contributors
Full Changelog: google/cel-go@v0.23.2...v0.24.0
v0.23.2
Compare Source
Corrects one remaining issue for cost computations from the v0.23.0 releases
Fixes
Full Changelog: google/cel-go@v0.23.1...v0.23.2
v0.23.1
Compare Source
Minor release to address cost tracking and size estimation [#1113]
Full Changelog: google/cel-go@v0.23.0...v0.23.1
v0.23.0
Compare Source
Features
Fixes
PR #1099 enables a change in the internal variable name used for comprehension result accumulation. This change may break some tests which inspect the AST contents in text form; however, will not break any existing uses of CEL during parse, check, or evaluation.
string.format
covering various edge cases [#1101]New Contributors
Full Changelog: google/cel-go@v0.22.1...v0.23.0
v0.22.1
Compare Source
Fixes
New Contributors
Full Changelog: google/cel-go@v0.22.0...v0.22.1
siderolabs/go-debug (github.com/siderolabs/go-debug)
v0.6.0
Compare Source
go-debug 0.6.0 (2025-08-19)
Welcome to the v0.6.0 release of go-debug!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-debug/issues.
Contributors
Changes
11 commits
e21721b
chore: add support for Go 1.25ea108ca
chore: add support for Go 1.24c8f9b12
chore: add support for Go 1.230c2be80
chore: run rekres (update to Go 1.22)43d9100
chore: allow enabling pprof manuallyc1bc4bf
chore: rekres, rename, etc3d0a6e1
feat: race build tag flag detector5b292e5
feat: disable memory profiling by defaultc6d0ae2
fix: linters and CId969f95
feat: initial implementationb2044b7
Initial commitDependency Changes
This release has no dependency changes
siderolabs/talos (github.com/siderolabs/talos/pkg/machinery)
v1.11.2
Compare Source
Talos 1.11.2 (2025-09-25)
Welcome to the v1.11.2 release of Talos!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
Component Updates
runc: 1.3.1
Kubernetes: 1.34.1
Linux: 6.12.48
linux-firmware:
2025091
Talos is built with Go 1.24.6.
Contributors
Changes
17 commits
511b4d2
release(v1.11.2): prepare releaseac45257
fix: default gateway as string7cec0e0
fix: uefi boot entry handling logic637154e
docs: drop invalid v1.12 docsa6d2f65
chore(ci): rekres to use new runner groupscd82ee2
refactor: efivarfs mock and tests996d97d
chore: update pkgsbbf860c
docs: update component updates24c1bce
fix: bump trustd memory limit56d6d6f
chore: pass in github token to imager682df89
fix: use correct order to determine SideroV1 keys directory patha838881
fix: trim zero bytes in the DHCP host & domain response9c962ae
fix: re-create cgroups when restarting runnersde243f9
test: fix flakiness in RawVolumes testec8fde5
feat: update Kubernetes to 1.34.1797897d
test: improve test stability9827366
feat: update runc to 1.3.1Changes from siderolabs/pkgs
3 commits
f95c679
chore: update kernel to 6.12.480bd4cb9
chore: update linuxfirmware and rekres0c8a195
feat: update runc to 1.3.1Dependency Changes
Previous release can be found at v1.11.1
Images
v1.11.1
Compare Source
Talos 1.11.1 (2025-09-08)
Welcome to the v1.11.1 release of Talos!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
Component Updates
Linux: 6.12.45
CoreDNS: 1.12.3
Talos is built with Go 1.24.6.
Contributors
Changes
7 commits
8e85c83
release(v1.11.1): prepare releaseff8644c
fix: correctly handle status-code 2047d5fe2d
feat: update Linux kernel (memcg_v1, ublk)9e310a9
fix: enable support for VMWare arm64f7620f0
feat: update CoreDNS to 1.12.301bf2f6
feat: add SOCKS5 proxy support to dynamic proxy dialer8a578bc
feat: update Linux to 6.12.45Changes from siderolabs/pkgs
3 commits
1a25681
feat: enable ublk support95f0be4
fix: enable memcg v1e1c333c
feat: update Linux to 6.12.45Dependency Changes
Previous release can be found at v1.11.0
Images
v1.11.0
Compare Source
Welcome to the v1.12.0-alpha.1 release of Talos!
This is a pre-release of Talos
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
Disk Encryption
Talos versions prior to v1.12 used the state of PCR 7 and signed policies locked to PCR 11 for TPM based disk encryption.
Talos now supports configuring which PCRs states are to be used for TPM based disk encryption via the
options.pcrs
field in the
tpm
section of the disk encryption configuration.If user doesn't specify any options Talos defaults to using PCR 7 for backwards compatibility with existing installations.
This change was made to improve compatibility with systems that may have varying states in PCR 7 due to UEFI Secure Boot configurations
and users may wish to disable locking to PCR 7 state entirely.
Signed PCR policies will still be bound to PCR 11.
The currently used PCR's can be seen with
talosctl get volumestatus <volume> -o yaml
command.Embedded Config
Talos Linux now supports embedding the machine configuration directly into the boot image.
Ethernet Configuration
The Ethernet configuration now includes a
wakeOnLAN
field to enable Wake-on-LAN (WOL) support.This field can be set to enable WOL and specify the desired WOL modes.
Extra Binaries
Talos Linux now ships with
nft
binary in the rootfs to support CNIs which shell out tonft
command.Kernel Security Posture Profile (KSPP)
Talos now enables a stricter set of KSPP sysctl settings by default.
The list of overridden settings is available with
talosctl get kernelparamstatus
command.Encrypted Volumes
Talos Linux now consistently provides mapped names for encrypted volumes in the format
/dev/mapper/luks2-<volume-id>
.This change should not affect system or user volumes, but might allow easier identification of encrypted volumes,
and specifically for raw encrypted volumes.
Component Updates
Linux: 6.16.9
Kubernetes: 1.34.1
CNI Plugins: 1.8.0
cryptsetup: 2.8.1
LVM2: 2_03_34
systemd-udevd: 257.8
runc: 1.3.1
CoreDNS: 1.12.4
etcd: 3.6.5
Talos is built with Go 1.25.1.
Contributors
Changes
178 commits
e455c7ea9
chore: use testing/synctest in tests7f048e962
feat: update dependenciesfe36b3d32
fix: stop returning EINVAL on remount of detached mountsc6279e04c
chore: use new mount/v3 package in efivarfsd5197effb
feat: update etcd 3.6.5, CoreDNS 1.12.433714b715
feat: release cloud image using factoryd10a2747e
docs: deprecate JSON6902 patches and interactive installer1e604cbf5
fix: don't set broadcast for /31 and /32 addresses65a66097a
refactor: split cluster create logic into smaller partsab847310e
fix: provide refreshing CA pool (resolvers)d63c3ed7d
docs: update secureboot docs493f7ed9d
feat: support embedded config251df70f6
feat: add a userspace OOM controller7bae5b40b
feat: implement link configuration724857dec
fix(ci): skip netbird extension for testse06a08698
fix: default gateway as string7ed07412e
fix: uefi boot entry handling logicea4ed165a
refactor: efivarfs mock and tests1fca111e2
feat: support setting wake-on-lan for Ethernet94f78dbe7
docs: add a documentation for running Talos in KVM46902f8fd
docs: add TrueFullstaq to adoptersa28e5cbd5
chore: update pkgs and tools7cf403db8
docs: step-by-step scaleway documentation to get an image687285fa2
docs: remove 'curl' in wget command9db6dc06c
feat: stop mounting state partition53ce93aae
test: try to clear connection refused more aggressively51db5279c
fix: bump trustd memory limit25204dc8a
fix(machined): changeconstants.MinimumGOAMD64Level
using build tag9cd2d794d
feat: ship nft binary with Talos rootfsb1416c9fe
feat: record last log the failed service0b129f9ef
feat: enforce more KSPP and hardening sysctls11872643c
chore: drop docs folderd30fdcd88
chore: pass in github token to imagerb88f27d80
chore: make reset test code a bit better1cde53d01
test: fix several issues with tests16cd127a0
docs: add docs on updating image cachec3ae92b14
fix: build kernel checks only on linux2120904ec
feat: create detached tmpfs6bbee6de5
docs: remove 'ceph-data' from volume examples/docs07acb3bd2
fix: use correct order to determine SideroV1 keys directory path2d57fa002
fix: trim zero bytes in the DHCP host & domain response451cb5f78
docs: clarify disk partition confusiona2122ee5c
feat: implement HostConfig multi-doc69ab076b4
fix: re-create cgroups when restarting runners297b5cc28
docs: add docs on node labelse168512dd
fix: apply 'ro' flag to iso9660 filesystems7f7acfbb9
docs: fix typo in docd57882b18
feat: update Kubernetes to 1.34.1f85f82f32
test: fix flakiness in RawVolumes test82569e319
feat: update Linux 6.16.62fd2ab4e4
fix: remove CoreDNS cpu limitce9bc32a0
chore(ci): rekres to use new runner groups8b64f68f6
test: improve test stability272cb860d
chore: drop the --input-dir flag from the cluster create command1b6533675
docs: add note about ca-signed certs for securebootd3f88f50c
docs: document talos vip failover behavior005fc8bd5
docs: add docs on syncing configs after a kube upgrade4d876d9af
feat: update Go to 1.25.12b556cd22
feat: implement multi-doc StaticHostConfiga7b776842
docs: replace Raspberry Pi 5 links with Talos buildera349b20ed
docs: clarify that talos does not support intermediate ca895133de9
feat: support configuring PCR states to bind disk encryptionc1360103b
docs: fix command for uploading image on Hetzner43b5b9d89
fix: correctly handle status-code 204feeb0d312
feat: update runc to 1.3.1421634a14
docs: add docs on multihoming41af2d230
refactor: clean up internal cluster creation code3000d9e43
fix: don't bootstrap talos cluster if there's no config present79cb871d0
feat: use the id of the volume in the mapped luks2 name6c322710d
chore: refactor mount packageced7186e2
refactor: update COSI to 1.11.0de2e24fcd
docs: clarify that install-cni image is deprecatedbef8ef509
](https://redirConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.